home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / disk / wizmgr15.zip / NETWORK.TXT < prev    next >
Text File  |  1994-01-05  |  3KB  |  80 lines

  1.     WizManager Installation on a Network Server
  2.  
  3.  
  4. WizManager can be installed on a network server so that all
  5. connected users can load and run WizManager on their stations.
  6. Each computer running WizManager should have a WizManager
  7. License. Contact Mijenix for volume discount information.
  8.  
  9. 1. WINFILE.INI SETUP
  10.  
  11. WizManager WIZMGR.INI file is created during the installation
  12. process in WizManager's directory. WIZMGR.INI contains the
  13. information and modifications to perform on the WINFILE.INI file
  14. in order to have File Manager load and run WizManager (see
  15. README2.TXT). WIZMGR.INI is only an information file and is not
  16. used by WizManager.
  17.  
  18. File Manager loads a specified extension when the latter path and
  19. filename is provided in WINFILE.INI. This information is stored
  20. under the [AddOns] section. Each station which is to run
  21. WizManager must have its WINFILE.INI modified by adding a
  22. specific entry to the [AddOns] section.
  23.  
  24. In addition to the [AddOns] section modification, it is necessary
  25. to add the [WizManager] section with the path to the WizManager
  26. directory as a sole entry. WizManager needs the specified path to
  27. launch its memory unit WIZUNIT.EXE at startup.
  28.  
  29. All the information which should be merged with WINFILE.INI is
  30. contained in the WIZMGR.INI file.
  31.  
  32. If users wish to run WizManager scripts, the following entry has
  33. to be added to the users' WIN.INI file under the [Extensions]
  34. section:
  35.  
  36.   WIZ=[...]\WIZUNIT.EXE ^.WIZ
  37.  
  38. where [...] represents the path to the WizManager directory (an
  39. entry example could be WIZ=F:\WIZMGR\WIZUNIT.EXE ^.WIZ)
  40.  
  41.  
  42. 2. WIZBAR.DLL
  43.  
  44. It is important that the file WIZBAR.DLL be in the users' file
  45. search path.
  46.  
  47. By default, WIZBAR.DLL is installed in the Windows directory, but
  48. it can be installed in any directory declared in the user's file
  49. search path.
  50.  
  51. If WIZBAR.DLL is not found during File Manager's startup process,
  52. WizManager will not be loaded and therefore will not be available
  53. to the user.
  54.  
  55.  
  56. 3. MERGEINI.EXE UTILITY PROGRAM
  57.  
  58. MERGEINI Copyright (c) 1993, Mijenix Corp. All rights reserved.
  59.  
  60. A useful utility program named MERGEINI.EXE is provided with the
  61. registered version of WizManager. MERGEINI is a DOS program
  62. which can be used to 'smartly' merge the information contained in
  63. WIZMGR.INI with WINFILE.INI.
  64.  
  65. The MergeIni command syntax is as follows:
  66.  
  67.         MERGEINI <SourceFile> <DestinationFile>
  68.  
  69. If any section declared in the <SourceFile> does not exist in 
  70. the <DestinationFile>, it is automatically created and the 
  71. related entries are copied from the <SourceFile> to the 
  72. <DestinationFile>. If a section already exits in the 
  73. <DestinationFile>, MERGEINI adds or updates the related entries.
  74.  
  75. MERGEINI can be declared in a login script or batch file so 
  76. that each user who should have access to WizManager (stored on 
  77. a file server) would have its WINFILE.INI modified, so that 
  78. WizManager could be found and loaded when File Manager is 
  79. launched.
  80.